home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / et / etman.lha / man / mann / macro.AssertClass.n < prev    next >
Text File  |  1991-10-24  |  768b  |  32 lines

  1.  
  2.  
  3. .SH MACRO NAME
  4. \fBAssertClass(
  5. name className)
  6. .SH DESCRIPTION
  7. \fBAssertClass\fP is the interface to the \fImethod Collection::assertclass\fP and can only be applied to instances of the \fIclass Collection\fP.
  8. .br
  9. \fBAssertClass\fP checks whether all objects in the collection are instances of the class with the name \fBclassName\fP (see \fImacro IsKindOf\fP).
  10. macro \fBAssertClass\fP is rarelyused.
  11. .SH ARGUMENTS
  12. .TP
  13. \fBname className
  14. .br
  15. the name of a class. There must be a metaclass for this class. See \fImacro MetaDef\fP and \fImacro MetaImpl\fP.
  16. .SH CATEGORIES
  17.  
  18. .na
  19. metaclass
  20. .ad b
  21.  
  22. .SH FILES
  23. .PD 0
  24. .TP 20
  25. declaration:
  26. \fBCollection.h
  27. .SH HISTORY
  28. joe@csesbg.at    Mon Jun 17 19:47 1991    reworked
  29. .br
  30. joe@csesbg.at    Wed Jun 19 18:24 1991    added IsKindOf, Guard
  31. .br
  32.